home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / drivers / 5x9sco.exe / 5X9UNX.TXT < prev    next >
Text File  |  1994-02-23  |  2KB  |  38 lines

  1. ---------------------------- 5X9UNX.TXT -------------------------------
  2.  
  3.  
  4.                       Installation Instructions
  5.                   3Com EtherLink III SCO UNIX Driver
  6.  
  7.  
  8. Below are instructions for creating an SCO "custom" installation diskette
  9. containing the device driver for 3Com's EtherLink III network adapters.
  10. Once a the diskette is created, follow the SCO instructions for using the
  11. "custom" and "netconfig" utilities to install the driver.
  12.  
  13. To begin, place the 5X9.A file on a DOS formatted diskette.  5X9.A is an
  14. ASCII encoded, compressed, SCO UNIX diskette image file.  Place the diskette
  15. in drive A on a computer with SCO UNIX installed.  If you wish to use drive
  16. B, adjust the instructions below appropriately.
  17.  
  18. Now enter the following commands at the UNIX prompt.  Remember, UNIX is
  19. case sensitive.
  20.  
  21.    doscp a:5X9.A 5X9.A  (copies from DOS disk to current working directory)
  22.    uudecode 5X9.A       (decodes the ASCII file to binary compressed, 5X9.Z)
  23.    uncompress 5X9.Z     (uncompresses 5X9.Z and changes name to 5X9)
  24.  
  25. Now place the diskette you want to become the installation diskette in
  26. drive A.  This should be a UNIX formatted, high density diskette.  Again,
  27. if you wish to use drive B, adjust the instructions below appropriately.
  28.  
  29. If drive A is a 5.25" diskette drive, enter the following command:
  30.  
  31.    dd if=5X9 of=/dev/rfd096ds15 (transfers disk image to diskette)
  32.  
  33. If drive A is a 3.5" diskette drive, enter the following command:
  34.  
  35.    dd if=5X9 of=/dev/rfd0135ds18 (transfers disk image to diskette)
  36.  
  37. The diskette is now ready to use with the SCO "custom" utility.
  38.